Configure the Controller

The controller is configured using the Controller Properties dialog box.

Configure the Controller

Figure 4-4: Configure the Controller Properties

To set-up the controller:

  1. In the Project Explorer, right-click on the new controller to open the contextual menu
  2. Select the Properties command
  3. Define the IP Address
  4. (Optional) Specify a version number (the string can be composed of any character)

    • Versioning can be useful when you make improvements to your application and need a version control system (Use a Version Control System). The version is saved in your project file.

  5. (Optional) Choose whether the project's source code should be downloaded to the controller. This is enabled by default and your preference is saved with the project. Disabling this option means a comparison of source on the controller and in the IDE will not be available.
  6. (Optional) Choose whether PLCClosed "Programmable Logic Controller" A Programmable Logic Controller, PLC, or Programmable Controller is a digital computer used for automation of industrial processes, such as control of machinery on factory assembly lines. Used to synchronize the flow of inputs from (physical) sensors and events with the flow of outputs to actuators and events variables may be read/written via an HTTP connection. this requires that the source be downloaded to the controller. By default this option is disabled so unauthorized changes may not be made.

    • Be sure to recompile the application before downloading it to the controller.

  7. Select whether ModbusClosed ModBus is a serial communications protocol and is now the most commonly available means of connecting industrial electronic devices. ModBus is often used to connect a supervisory computer with a remote terminal unit in supervisory control and data acquisition (SCADA) systems. Versions of the ModBus protocol exist for serial port and Ethernet (it is widely used with TCP/IP over Ethernet) will go to a KVB Panel or be handled by another Modbus device, and set the Cycle Time (the communication update frequency, see "Modbus Slave" for more information).
  8. Click OK